FetchByGuid Method

Syntax

FetchByGuid as CallResult (GuidKey as C)

FetchByGuid as CallResult (GuidKey as K)

Arguments

GuidKeyCharacter K

A guid string or guid for lookup in the cache. For internal use only.

Description

Fetch an item from the cache by its guid key

Discussion

Check the CallResult for success or not. If successful, CallResult.ReturnDataValue will have the cached data.